]> dgit.raspbian.org Git - ostree.git/commit
tests: Run clang-format on test-validate-utf8.c
authorJoseph Marrero Corchado <jmarrero@redhat.com>
Mon, 29 Jun 2026 19:16:31 +0000 (15:16 -0400)
committerJoseph Marrero Corchado <jmarrero@redhat.com>
Mon, 29 Jun 2026 19:16:31 +0000 (15:16 -0400)
commited87f1cbd28fe07853ab097aa4c38f605e28531c
treeddcd81838696dece45bd1a11b044c335b278e4a0
parent4736db3ea0e89b940726e0246f25d637bb83a64c
tests: Run clang-format on test-validate-utf8.c

The file introduced in commit ac10a27d was not run through
clang-format before merging. Reformat the invalid_333 char array
initializer to comply with the project's .clang-format rules.

Fixes the clang-format-check CI job failure.
tests/test-validate-utf8.c